home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr01
/
jock.zip
/
TOTDEM11.ZIP
/
OV2INIT.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-02-11
|
171b
|
12 lines
Unit OV2Init;
INTERFACE
IMPLEMENTATION
Uses Overlay;
Const
OvrMaxSize = 75000;
begin
OvrInit('demov2.OVR');
OvrInitEMS;
OvrSetBuf(OvrMaxSize);
end.